home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TFORM_NODENUM / TFORM_NODENUM.txt
Text File  |  2003-11-13  |  3KB  |  155 lines

  1. object Form_NodeNum: TForm_NodeNum
  2.   Left = 308
  3.   Top = 230
  4.   BorderStyle = bsDialog
  5.   Caption = 'Outline node numbering'
  6.   ClientHeight = 231
  7.   ClientWidth = 442
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button_OK: TButton
  20.     Left = 10
  21.     Top = 200
  22.     Width = 75
  23.     Height = 25
  24.     Hint = 'Accept settings and execute'
  25.     Caption = 'OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 5
  29.   end
  30.   object Button_Cancel: TButton
  31.     Left = 90
  32.     Top = 200
  33.     Width = 75
  34.     Height = 25
  35.     Hint = 'Cancel'
  36.     Cancel = True
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 6
  40.   end
  41.   object RG_Scope: TRadioGroup
  42.     Left = 5
  43.     Top = 0
  44.     Width = 211
  45.     Height = 56
  46.     Caption = ' &Numbering scope '
  47.     ItemIndex = 0
  48.     Items.Strings = (
  49.       'Apply numbering to whole tree'
  50.       'Apply numbering to current subtree')
  51.     TabOrder = 0
  52.   end
  53.   object RG_CurNum: TRadioGroup
  54.     Left = 225
  55.     Top = 0
  56.     Width = 211
  57.     Height = 116
  58.     Caption = ' &Current numbering state '
  59.     ItemIndex = 2
  60.     Items.Strings = (
  61.       'Node names are not yet numbered'
  62.       'Node names are already numbered'
  63.       'Auto-detect existing node numbers')
  64.     TabOrder = 3
  65.   end
  66.   object RG_Method: TRadioGroup
  67.     Left = 5
  68.     Top = 60
  69.     Width = 211
  70.     Height = 56
  71.     Caption = ' Numbering &method '
  72.     ItemIndex = 0
  73.     Items.Strings = (
  74.       'Add numbers to node names'
  75.       'Replace node names with numbers')
  76.     TabOrder = 1
  77.     OnClick = RG_MethodClick
  78.   end
  79.   object GroupBox1: TGroupBox
  80.     Left = 225
  81.     Top = 120
  82.     Width = 211
  83.     Height = 71
  84.     Caption = ' Numbering style '
  85.     TabOrder = 2
  86.     object Label1: TLabel
  87.       Left = 10
  88.       Top = 20
  89.       Width = 94
  90.       Height = 13
  91.       Caption = '&Begin numbering at:'
  92.       FocusControl = Spin_StartNum
  93.     end
  94.     object Spin_StartNum: TSpinEdit
  95.       Left = 10
  96.       Top = 40
  97.       Width = 61
  98.       Height = 22
  99.       MaxLength = 4
  100.       MaxValue = 9999
  101.       MinValue = 1
  102.       TabOrder = 0
  103.       Value = 1
  104.     end
  105.   end
  106.   object GroupBox2: TGroupBox
  107.     Left = 5
  108.     Top = 120
  109.     Width = 211
  110.     Height = 71
  111.     Caption = ' Numbering depth'
  112.     TabOrder = 4
  113.     object LB_Depth: TLabel
  114.       Left = 10
  115.       Top = 45
  116.       Width = 79
  117.       Height = 13
  118.       Caption = '&Limit level depth:'
  119.       FocusControl = Spin_Depth
  120.     end
  121.     object Spin_Depth: TSpinEdit
  122.       Left = 100
  123.       Top = 40
  124.       Width = 61
  125.       Height = 22
  126.       Enabled = False
  127.       MaxLength = 4
  128.       MaxValue = 9999
  129.       MinValue = 1
  130.       TabOrder = 0
  131.       Value = 1
  132.     end
  133.     object CB_FullDepth: TCheckBox
  134.       Left = 10
  135.       Top = 20
  136.       Width = 186
  137.       Height = 17
  138.       Caption = '&Apply numbering to all levels'
  139.       State = cbChecked
  140.       TabOrder = 1
  141.       OnClick = CB_FullDepthClick
  142.     end
  143.   end
  144.   object Btn_Remove: TButton
  145.     Left = 270
  146.     Top = 200
  147.     Width = 161
  148.     Height = 25
  149.     Hint = 'Remove existing numbers from ALL nodes'
  150.     Caption = '&Remove numbering'
  151.     ModalResult = 10
  152.     TabOrder = 7
  153.   end
  154. end
  155.